home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / lib / mntlib44.zoo / mntlib / getpid.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-01  |  182 b   |  13 lines

  1. #include <osbind.h>
  2. #include <unistd.h>
  3. #include <basepage.h>
  4. #include <mintbind.h>
  5.  
  6. extern int __mint;
  7.  
  8. int
  9. getpid()
  10. {
  11.   return __mint ? Pgetpid() : (int) ( ((long)_base) >> 8 );
  12. }
  13.